Move ostree-* executables to /usr/lib/ostree
authorGatis Paeglis <gatis.paeglis@qt.io>
Tue, 9 Aug 2016 13:23:04 +0000 (15:23 +0200)
committerAtomic Bot <atomic-devel@projectatomic.io>
Thu, 11 Aug 2016 14:04:59 +0000 (14:04 +0000)
commitfd1a044d6e75b336ea880530979067926c9b0a09
treecd69ee753fdcdee626be5e18cf8ef02b0fd9f170
parent7ed2f1e5af303ffa5e697d8c1dfd1fc0671818f8
Move ostree-* executables to /usr/lib/ostree

Why not to use libexecdir?

Because this directory does not exist on some distros or paths
between distros varies. There are several reasons why a well
known path is prefered, for example when generating a kernel
command line:

init=${ostree}/usr/lib/ostree-boot/ostree-prepare-root

In addition this saves us some typing in a console when wanting
to access the "ostree" cmd line.

Closes: #449
Approved by: cgwalters
Makefile-boot.am
Makefile-decls.am
Makefile-switchroot.am
src/boot/dracut/module-setup.sh
src/boot/mkinitcpio/ostree
src/boot/ostree-prepare-root.service
src/boot/ostree-remount.service
src/libostree/ostree-bootloader-grub2.c